home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Grafik & Text / OzTeX3.0 / PS-files / no-test-page.ps < prev    next >
Text File  |  1994-11-15  |  307b  |  12 lines

  1. %!
  2. % Turn off test page produced when LaserWriter starts up.
  3.  
  4. serverdict begin 0 exitserver
  5. statusdict begin
  6.    false setdostartpage    % change to true to restore test page
  7.    dostartpage
  8.    { (Test page will be printed.\r) print flush }
  9.    { (Test page will NOT be printed.\r) print flush }
  10.    ifelse
  11. end
  12.